-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Move AVR Wire library utility folder under src #4655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move AVR Wire library utility folder under src #4655
Conversation
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4655-BUILD-518-linux32.tar.xz ℹ️ The |
Hello, I have downloaded the file for Windows, I have unpack the zip file, in the source file having only one include works with both it does not. Thanks for your help <-------------------------------------------------------------------------------------------------- libraries\Servo\avr\Servo.cpp.o: In function `__vector_11': C:\Program Files (x86)\Arduino\libraries\Servo\src\avr/Servo.cpp:81: libraries\VirtualWire\VirtualWire.cpp.o:C:\Program Files collect2.exe: error: ld returned 1 exit status exit status 1 This report would have more information with
Jean-Pierre Lauqué |
what do you mean ? \variantswhat do I have to move where? |
@jpl-pfungst please see @PaulStoffregen's comment in #4654 (comment). The goal of this patch is to resolve issue #4653, that occurs with the hourly build. |
this patch is fine, but the motivation it is needed are scary; all libraries using "utility" folder (pre-1.6) which is seen as flat, will NOT work now. |
@MauroMombelli, I'm not sure I see your point here? The flat type of libraries, as was the default in 1.0, do not have any |
no you are right, i missed the src |
Resolves #4653.